/* You can add global styles to this file, and also import other style files */
/*@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('FranklinGothic-Demi.eot');
    src: url('FranklinGothic-Demi.woff2') format('woff2'),
         url('FranklinGothic-Demi.eot?#iefix') format('embedded-opentype'),
      url('FranklinGothic-Demi.woff') format('woff'),
         url('FranklinGothic-Demi.ttf') format('truetype'),
         url('FranklinGothic-Demi.svg#FranklinGothic-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Franklin Gothic Book';
    src: url('FranklinGothic-Book.eot'),
         url('FranklinGothic-Book.woff2') format('woff2'),
         url('FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
         url('FranklinGothic-Book.woff') format('woff'),
         url('FranklinGothic-Book.ttf') format('truetype'),
         url('FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Franklin Gothic Medium';
    src: url('FranklinGothic-Medium.eot');
    src: url('FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'),
        url('FranklinGothic-Medium.woff2') format('woff2'),
        url('FranklinGothic-Medium.woff') format('woff'),
        url('FranklinGothic-Medium.ttf') format('truetype'),
        url('FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}*/
body {
    font-family: "ITC Franklin Gothic Std Demi","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
        font-weight: 100;
    -webkit-font-smoothing: antialiased;
}